home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13731 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  704 b 

  1. Path: news00.btx.dtag.de!not-for-mail
  2. From: Stephan.Hesmer@t-online.de (Steve)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: pointer questions
  5. Date: 23 Mar 1996 22:21:54 GMT
  6. Organization: Telekom Online Internet Gateway
  7. Message-ID: <4j1ti2$uv3@news00.btx.dtag.de>
  8. Mime-Version: 1.0
  9. Content-Type: text/plain; charset=iso-8859-1
  10. Content-Transfer-Encoding: 8bit
  11. X-Sender: 0703231844-0002@t-online.de (Stephan Hesmer)
  12.  
  13. Sensarn wrote:
  14. > cgesy@uvaix.uvic.ca (Colin Gesy) wrote:
  15. > >Could someone tell me if there is a difference
  16. > >between the declaration "int *thing_ptr" and
  17. > >"int* thing_ptr" ?
  18. > Not that I know of...
  19.  
  20. There is NO difference between the two declaration.
  21. You can write it how you like
  22. .
  23.  
  24.